-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): Avoid using Object.keys
on Buffer and other non-plain objects
#6131
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
Make sure to check off this list before asking for review. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #6131 +/- ##
==========================================
+ Coverage 19.19% 19.20% +0.01%
==========================================
Files 2589 2589
Lines 116890 116906 +16
Branches 18339 18344 +5
==========================================
+ Hits 22439 22454 +15
Misses 93806 93806
- Partials 645 646 +1
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for handling this, I was about to get started.
✅ All Cypress E2E specs passed |
Thanks! |
* master: (37 commits) fix(editor): Fix copy selection behavior (#6112) fix(core): Account for nodes with renamable content (#6109) fix(editor): Fix quote handling on dollar-sign variable completions (#6128) fix(editor): Fix cropped off completions docstrings (#6129) fix(Date & Time Node): Numbers conversions fix fix(Merge Node): Do not error if expected key is missing fix(core): Improve saml endpoints and audit events (#6107) fix: Prevent displaying an endless timer in the execution list for finished executions (#6137) fix(editor): Fix `Show details` summary (#6113) fix(editor): Fix sidebar button styling (#6138) fix(editor): Fix unique names for node duplication (#6134) fix(editor): Fix missing `Stop Listening` button (#6125) fix(editor): Fix unscrollable node settings (#6133) fix(core): Avoid using `Object.keys` on Buffer and other non-plain objects (#6131) fix(editor): Change execution list tab loader design (#6120) fix(Slack Node): Restore ability to send text in addition of blocks or attachments feat(editor): Add support for `loadOptionsDependsOn` to RLC (#6101) fix: Correctly allow sharees to test credential when opening the modal (#6111) fix(core): Fix `hasOwnProperty` on augmented objects (#6124) fix(core): Only take into account users that active for the first time to show activation modal (no-changelog) (#6121) ...
…rce-mapper-ui-P2 * feature/resource-mapping-component: (37 commits) fix(editor): Fix copy selection behavior (#6112) fix(core): Account for nodes with renamable content (#6109) fix(editor): Fix quote handling on dollar-sign variable completions (#6128) fix(editor): Fix cropped off completions docstrings (#6129) fix(Date & Time Node): Numbers conversions fix fix(Merge Node): Do not error if expected key is missing fix(core): Improve saml endpoints and audit events (#6107) fix: Prevent displaying an endless timer in the execution list for finished executions (#6137) fix(editor): Fix `Show details` summary (#6113) fix(editor): Fix sidebar button styling (#6138) fix(editor): Fix unique names for node duplication (#6134) fix(editor): Fix missing `Stop Listening` button (#6125) fix(editor): Fix unscrollable node settings (#6133) fix(core): Avoid using `Object.keys` on Buffer and other non-plain objects (#6131) fix(editor): Change execution list tab loader design (#6120) fix(Slack Node): Restore ability to send text in addition of blocks or attachments feat(editor): Add support for `loadOptionsDependsOn` to RLC (#6101) fix: Correctly allow sharees to test credential when opening the modal (#6111) fix(core): Fix `hasOwnProperty` on augmented objects (#6124) fix(core): Only take into account users that active for the first time to show activation modal (no-changelog) (#6121) ...
Got released with |
fixes #6118